<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{font-family:"微软雅黑";font-size:18px;color:#262626;box-sizing:border-box;overflow-x: hidden;}
body,ul,dl,dt,dd,p,h2,h3,h4,h5,h6,input,p{margin:0;padding:0;}
img{border:none;}
ul{list-style:none;}
a{text-decoration:none;color:#262626;}
.clear{clear: both;}
#GoTop{position:fixed;right:80px;bottom:60px;width:60px;height:76px;background:url(../images/gotop.png) top;cursor:pointer;z-index:99;}
#GoTop span{display:block;font-size:22px;text-align:center;color:#fff;padding-top:20px;line-height:24px;}
.kefu{position:fixed;right:16px;top:50%;width:138px;background:#fff;z-index:99;border:2px #c80000 solid;padding-bottom: 10px;margin-top:-120px;}
.kefu dl{display:block;width:138px;height:218;}
.kefu dt{height:26px;background:#c80000;color:#fff;padding:0 10px;}
.kefu dt h6{font-weight:normal;line-height:0;float:left;font-size:14px;line-height:24px;background:url(../images/kefu1.png) no-repeat 58px 2px;padding-right:20px;}
.kefu dt span{font-size:12px;float:left;line-height:22px;float:right;cursor:pointer;}
.kefu dd a{display:block;width:116px;height:24px;background:#c80000 url(../images/kefu2.png) no-repeat 10px 2px;color:#fff;font-size:14px;line-height:22px;margin-left:11px;margin-top:8px;text-align:center;}



.header{width:100%;}

.head-top{height:36px;background-color:#f0f0f0;border-bottom:1px solid #91b1d6;line-height:36px;font-size:14px;}
.head-top div{width:1562px;margin:0 auto;height:36px;}
.head-top3 div{width:1300px;}
.head-top p{float:left;}
.head-top ul{float:right;}
.head-top li{float:left;}
.head-top span{padding:0 8px;}
.head-top a:hover{color:#c80000;}

.head-center{width:1562px;height:100px;margin:0 auto;}
.head-center3{width:1300px;}
.head-center1{height:54px;padding-top:23px;float:left;}
.head-center1 img{float:left;}
.head-center1 div{float:left;margin-left:4px;height:54px;}
.head-center1 h2{font-size:25px;color:#c81624;line-height:25px;}
.head-center1 p{font-size:16px;color:#666;font-weight:bold;margin-top:7px;}

.head-center2{width:270px;height:90px;float:right;margin-top:5px;}
.tel{width:262px;height:45px;}
.tel img{float:left;margin-right:8px;}
.tel p{font-size:16px;color:#c90000;line-height:20px;padding-top:2px;}
.tel span{font-weight:bold;}
.tel .zd{letter-spacing:1.1px;}
.search{width:250px;height:32px;margin-top:13px;margin-left:14px;}
.search input{border:none;}
.search .text{width:206px;height:28px;border:2px solid #c80000;border-right:none;padding:0 5px;line-height:28px;float:left;}
.search .submit{width:32px;height:32px;background:#f00;margin-left:-5px;cursor:pointer;background:url(../images/search.png);}


.nav{width:100%;height:32px;background:#c80000;}
.nav3&gt;ul{width:1300px;margin:0 auto;font-size:16px;line-height:30px;}
.nav li{float:left;margin-right:1px;position:relative;width: 128px;text-align: center;z-index: 10;}
.nav a{color:#fff;display: block;} 
.nav .on&gt;a{background:#262626;color:#fff;}
.nav a:hover{background:#262626;color:#fff;}





.banner {
    width: 100%;
    position: relative;
    height: 510px;
        overflow: hidden;
}

.banner .bd {
    position: relative;
    z-index: 0;
    text-align: center;
}

.banner .bd li {
    width: 100%;
    height: 510px;
        float: left;
}

.banner .bd li a {
        display: block;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
}

.banner .hd ul {
    text-align: center;
}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    overflow: hidden;
    background: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
    border-radius: 50%;
}

/*页码*/
div.sabrosus { padding: 3px;margin: 3px;text-align: center }
div.sabrosus a { border:1px solid #ccc ; padding:2px 5px; color: #999; margin-right: 2px;text-decoration: none } 
div.sabrosus a:hover,div.pagination a:active { border:1px solid #333 ; background:#333; color:#fff;}
div.sabrosus span.current { border:1px solid navy ; padding:2px 5px;font-weight: bold;color: #fff; margin-right: 2px;background: #333 } 
div.sabrosus span.disabled { border: #929292 1px solid; padding:2px 5px;color: #929292; margin-right: 2px;}
.banner .hd ul .on {
    background: #c80000;
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner .prev,
.banner .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    margin-left: -670px;
    left: 50%;
    z-index: 1;
    width: 40px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    font-size: 0;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.banner .prev {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
}

.banner .next {
    margin-left: 630px;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
}

.banner .prev:before,
.banner .next:before {
    font-size: 24px;
    color: #fff;
    font-family: sans-serif, "宋体";
}

.banner .prev:before {
    content: "&lt;";
}

.banner .next:before {
    content: "&gt;";
}

.banner .prev:hover,
.banner .next:hover {
    background: #0476c1;
}

.banner:hover .prev,
.banner:hover .next {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}


.five{width:1300px;height:216px;margin:0 auto;}
.five ul{padding-top:16px;}
.five li{float:left;width:154px;height:184px;margin:0 53px;overflow:hidden;cursor:pointer;}
.five span{width:154px;height:147px;display:block;overflow:hidden;}
.five img{margin-top:-147px;transition:.3s;}
.five li:hover img{margin-top:0;}
.five p{text-align:center;margin-top:14px;font-size:20px;}


.main{width:100%;padding-top:20px;background:#f4f4f4;padding-bottom:10px;}
.cpzx{width:1300px;margin:0 auto;}
.cpzx1{width:246px;border:2px solid #c80000;float:left;background:#fff;}
.cpzx1-bt{width:246px;height:68px;background:url(../images/cpzx1-bt.png);color:#fff;text-align:center;}
.cpzx1-bt h2{font-weight:normal;font-size:24px;margin-bottom:-6px;padding-top:6px;}
.cpzx1-bt span{font-family:arial;font-size:16px;}
.cpzx1-content{text-align:center;margin-top:14px;}
.cpzx1-content ul{margin-left:23px;}
.cpzx1-content li{margin:10px 0;}
.cpzx1-content a{width:200px;height:50px;display:block;line-height:48px;text-align:center;background:#f4f4f4;color:#c80000;}
.cpzx1-content a:hover{background:#c80000;color:#fff;}

.cpzx2{width:1024px;height:806px;background:#fff;float:right;border:2px solid #c80000;}
.cpzx2-bt{width:1024px;height:68px;background:url(../images/cpzx2-bt.png);text-align:left;line-height:66px;}
.cpzx2-bt h2{display:inline;margin-left:70px;}
.cpzx2-bt span{font-size:24px;}
.cpzx2-content a,.cpzx3-content a{width:230px;height:230px;display:block;background:#fff;float:left;margin:12px 13px 0;position:relative;overflow:hidden;border: 1px solid #c80000;box-sizing: border-box;overflow: hidden;}
.cpzx2-content img,.cpzx3-content img{position:absolute;width:100%;}
.cpzx2-content span,.cpzx3-content span{position:absolute;display:none;color:#fff;}
.cpzx2-content a:hover span,.cpzx3-content a:hover span{display:block;width:230px;height:230px;background:rgba(0,0,0,.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);font-size:24px;color:#fff;text-align:center;line-height:224px;}
/*.cpzx-dong a img{transform: rotate(0deg);transform-origin: 50% 50% 0px;}
.cpzx-dong a img{transition:.3s;}
.cpzx-dong a:hover img{transform:rotate(30deg);transform-origin: 50% 50% 0px;}*/
/*.cpzx-dong {border:1px solid #c80000;box-sizing: border-box;}*/
.cpzx-dong a{overflow: hidden;}
.cpzx-dong img{width: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.cpzx-dong:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}





.jxzz{width:100%;height:900px/*1325px*/;background:url(../images/jxzz-bg.jpg) top no-repeat;margin-top:20px;}
.jxzz div{width:1300px;margin:0 auto;}
.jxzz-bt{padding-top:15px;}
.jxzz-content{width:992px;margin:0 auto;padding-top:70px;text-align:center;}

.bz{width:1300px;height:984px/*1624px*/;margin:10px auto 0;}
.bz-bt{width:1300px;margin:0 auto;}
.bz-content{margin:0 auto;}
.bz-content li{margin-bottom:10px;width:1300px;height:364px;}
.bz-content img{}
.bz h2{text-align:center;font-size:57px;font-weight:bold;color:#c80000;}

.shfw{width:100%;height:496px;background:url(../images/shfw-bg.gif) no-repeat center;}
.shfw-bt{width:1300px;margin:0 auto;padding-top:10px;}
.shfw-content{width:1300px;height:393px;margin:30px auto 0;}
.shfw-content div{width:660px;height:360px;background:#c0f;float:left;overflow:hidden;margin-right:14px;}
.shfw-content img{}
.shfw-content ul{font-size:16px;}
.shfw-content li{color:#fff;letter-spacing:1px;line-height:36px;}


.lcxm{width:1300px;height:854px;margin:0 auto;}
.lcxm-bt{width:1300px;margin:0 auto;padding-top:10px;}
.lcxm-content{margin-top:16px;}
.lcxm-content li{margin-bottom:10px;}

.gcal{width:100%;height:852px;background:url(../images/gcal-bg.gif) center no-repeat;}
.gcal-bt{width:1300px;margin:0 auto;padding-top:10px;}
.gcal-content{width:1300px;height:776px;background:#fff;margin:0 auto;}

.gcal-content a{width:370px;height:370px;display:block;background:#fff;float:left;position:relative;margin:9px 31px;overflow:hidden;}
/*.gcal-content img{position:absolute;}*/
.gcal-content span{position:absolute;display:none;}
.gcal-content a:hover span{display:block;width:370px;height:370px;background:rgba(0,0,0,.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);font-size:24px;color:#fff;text-align:center;line-height:370px;}

.liuyan{width:1080px;height:410px;margin:0 auto;margin-top:10px;}
.ly1{float:left;width:378px;height:310px;margin-top:50px;text-align:center;}
.ly1 button{border:none;width:180px;height:42px;margin-top:4px;font-size:24px;color:#fff;background:#c80000;border-radius:8px;cursor:pointer;}
.ly2{float:right;width:556px;height:302px;margin-top:52px;text-align:center;position:relative;}
.ly2 p{font-size:28px;color:#262626;}
.ly2 p span{color:#c80000;}
.ly2 form div{float:left;width:322px;}
.ly2 form{width:556px;height:134px;margin:38px 0;}
.ly2 form p{width:322px;height:34px;border:1px solid #c80000;}
.ly2 form span{display:block;width:32px;height:34px;border-right:1px solid #c80000;float:left;}
.ly2 input{height:34px;width:269px;border:none;float:left;padding:0 10px;}
.ly2 .dh{margin:13px 0;}
.ly2 .xm span{background:url(../images/yc2.png) no-repeat 1px 5px;}
.ly2 .dh span{background:url(../images/yc2.png) no-repeat 1px -43px;}
.ly2 .dz span{background:url(../images/yc2.png) no-repeat 1px -93px;}
.ly2 textarea{float:right;position:absolute;right:0px;}
.ly2 .button1{width:556px;height:56px;background:#c80000;margin-top:20px;border-radius:8px;border:none;cursor:pointer;font-size:24px;color:#fff;letter-spacing:3px;}

.hjfw{width:100%;height:402px;border-top:4px solid #c80000;}
.hjfw&gt;div{width:1300px;height:386px;margin:9px auto 0;}
.hjfw-bt{width:286px;height:54px;margin:0 auto;line-height:52px;position:relative;}
.hjfw-bt1{left:0;z-index:10;}
.hjfw-bt2{left:136px;}
.hjfw-bt2:hover{z-index:11;}
.hjfw-bt li{position:absolute;}
.hjfw-bt a{display:block;font-size:24px;width:146px;background:#fff;text-align:center;color:#262626;border:2px solid #c80000;border-radius:10px 10px 0 0;border-bottom:none;}
.hjfw-bt a:hover{color:#fff;background:#c80000;}

.hjfw-content{width:1300px;height:328px;border:2px solid #c80000;position:relative;}
.hjfw-content3{height:316px;margin:0 auto;margin-top:6px;}
.hjfw-content3 li{float:left;}
.hjfw-content3 a{line-height:0;margin-left:19px;width:301px;height:316px;}
.hjfw-content3 p{text-align:center;font-size:14px;margin-top:2px;}
.hjfw-content3 li:hover p{color:#c80000;}
.hjfw-content i{width:30px;height:60px;position:absolute;top:50%;margin-top:-30px;cursor:pointer;overflow:hidden;}
.hjfw-an1{background:url(../images/hjfw-an1.png);}
.hjfw-an1:hover{background:url(../images/hjfw-an2.png);}
.hjfw-an2{right:0;background:url(../images/hjfw-an3.png);}
.hjfw-an2:hover{background:url(../images/hjfw-an4.png);}



.khwz{width:100%;background:#c80000;}
.khwz&gt;div{width:1300px;height:640px;margin:0 auto;padding-top:10px;}
.khwz-content{width:1300px;height:530px;margin-top:10px;background:#fff;}
.khwz-content ul{}
.khwz-content li{width:631px;height:225px;float:left;}
.khwz-content img{float:left;}
.khwz-content .khwz_txt{float:right;width:370px;height:260px;margin-top:18px;}
.khwz-content h4{font-size:18px;}
.khwz-content p{font-size:15px;padding:0 20px 0 6px;margin-top:10px;line-height:24px;height:95px;text-indent:2em;color:#555;overflow:hidden;}
.khwz-content a{width:160px;height:42px;background:#c80000;color:#fff;display:block;font-size:20px;text-align:center;line-height:40px;margin-top:18px;float:right;float:bottom;margin-right:6px;}
.khwz-li2{margin-left:38px;}
.khwz-li3{margin-top:30px;}
.khwz-li4{margin-left:38px;margin-top:30px;}

.gywz{width:1300px;height:450px;margin:0 auto;}
.gywz-bt{padding-top:10px;margin-left:2px;}
.gywz-content{width:1300px;height:368px;margin-top:10px;}
.gywz-content img{float:left;width: 650px;}
.gywz-content div{float:right;width:620px;height:312px;}
.gywz-content p{text-indent:2em;font-size:16px;letter-spacing:3px;line-height:28px;padding-right:6px;margin-top:2px;}
.gywz-content a{display:block;width:110px;height:30px;background:#c80000;line-height:28px;text-align:center;color:#fff;float:right;margin-right:60px;}

.hzhb{width:1300px;height:220px;margin:0 auto;}
.hzhb-bt{margin-left:2px;}
.hzhb-content{margin-top:20px;}
.hzhb-content li{float:left;margin:0 29px;}
.hzhb-content a{}
.hzhb-content img{border:2px solid #ccc;}
.hzhb-content p{text-align:center;}

.foot{width:100%;height:370px;background:#262626;}

.yqlj{width:100%;border-bottom:3px solid #fff;}
.yqlj&gt;div{width:1464px;height:70px;font-size:15px;color:#fff;line-height:70px;margin:0 auto;}
.yqlj2&gt;div{width:1300px;}
.yqlj a{color:#fff;}
.yqlj a:hover{text-decoration:underline;}
.foot1{width:1464px;margin:0 auto;}
.foot1z{width:1300px;}
.footer-nav{height:70px;}
.footer-nav li{float:left;margin:20px 42px;}
.footer-nav2 li{margin:20px 13px;width: 100px;}
.footer-nav a{font-size:18px;color:#fff;}
.footer-nav a:hover{text-decoration:underline;}
.foot2{width:1220px;height:170px;margin:0 auto;font-size:14px;color:#fff;line-height:24px;}
.ew{width:120px;float:left;overflow:hidden;}
.ewm{}
.foot img{height:120px;}
.lx1{float:left;text-align:right;margin-top:20px;margin-left:30px;width: 325px;}
.lx1 span{margin-right:52px;}
.lx2{float:left;text-align:right;width:320px;margin-top:20px;margin-left:10px;}
.lx2 span{margin-right:21px;}
.lx3{float:left;width:340px;margin-top:20px;margin-left:50px;}
.lx3 a{color:#fff;}
.lx3 a:hover{text-decoration:underline;}
.lx4{float:left;line-height:20px;padding-top:8px;margin-left:30px;}
.lx4 p{}
.lx4 span{margin:0;}
.foot1&gt;p{color:#fff;margin-top:6px;font-size:14px;text-align:center;}
.foot1&gt;p a{color:#fff;}
/*产品中心*/
.main-z{width:1300px;margin:10px auto;overflow:hidden;}
.main2{height:1740px;}
.main2 .cpzx{width:250px;float:left;}
.sidebar1{width:250px;height:100%;background:#fff;margin-top:24px;margin-left:-2px;}
.cptj{overflow:hidden;}
.sidebar1 h5{width:250px;height:40px;background:#c80000;line-height:40px;color:#fff;padding-left:14px;}
.cptj ul{width:246px;height:450px;border:2px solid #c80000;border-top:none;text-align:center;}
.cptj li{padding-top:8px;}
.cptj img{width:180px;border:1px solid #ccc;}
.cptj a:hover img{border-color:#c80000;}
.cptj p{font-size:12px;margin-top:-6px;}
.cptj a:hover p{color:#c80000;}
.lxwm3{overflow:hidden;margin-top:10px;}
.lxwm3 div{width:246px;border:2px solid #c80000;text-align:left;padding:8px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.lxwm3 img{width:100%;height:100px;margin: 0 auto;}
.lxwm3 p{font-size:14px;line-height:20px;}
.cpzx3{width:1020px;float:right;margin:0 auto;border:2px solid #c80000;margin-top:-2px;}
.cpzx3-bt{height:70px;background:#c80000;color:#fff;}
.cpzx3-bt h2{line-height:70px;font-size:24px;padding:0 20px;}
.cpzx3-bt a{color:#fff;}
.cpzx3-bt a:hover{text-decoration:underline;}
.cpzx3-bt p{float:right;font-size:14px;font-weight:normal;}
.cpzx3-content{width:1020px;height:1630px;}
.cpzx3 ul a{margin-left:13px;margin-right:12px;margin-bottom:6px;}
.cpzx-bottom{width:500px;height:30px;margin:0 auto;font-size:15px;line-height:30px; }
.cpzx-bottom p{float:left;font-size:13px;}
.cpzx-bottom div{float:right;}
.cpzx-bottom a{border:1px solid #c80000;padding:2px 6px;margin-left:1px;}
.cpzx-bottom a:hover{background:#c80000;color:#fff;}
/*新闻中心*/
.main-xwzx{height:1590px;}
.xwzx-sidebar{width:250px;height:100%;margin:0px;float:left;overflow:hidden;}
.zxzx-z,.lsjl{margin-top:10px;overflow:hidden;}
.xwph ul{width:232px;padding-left:14px;padding-top:6px;border:2px solid #c80000;}
.xwph a{font-size:14px;width:216px;height:28px;display:block;line-height:20px;}
.xwph span{float:left;display:block;width:20px;height:20px;background:#ccc;color:#fff;text-align:center;}
.xwph a:hover span{background:#c80000;}
.xwph a:hover p{text-decoration:underline;color:#c80000;}
.xwph p{float:left;margin-left:14px;}
.main-xwzx2{width:1020px;float:right;}
.xwzx-bt{height:38px;background:#c80000;border:2px solid #c80000;}
.xwzx-bt a{font-size:22px;float:left;line-height:38px;cursor:pointer;color:#c80000;color:#fff;margin:0 2px;padding:0 8px;}
.xwzx-bt a:hover{background:#fff;color:#c80000;}
.xwzx-content{border:2px solid #c80000;border-top:none;margin-bottom:4px;}
.xwzx-content ul{margin-left:6px;padding-top:8px;}
.xwzx-content li{width:1000px;height:200px;margin-bottom:10px;border:2px solid #c80000;}
.xwzx-content img{width:200px;height:200px;overflow:hidden;float:left;}
.xwzx-content .new_li{width:782px;height:192px;float:right;padding:4px;}
.xwzx-content li h5{font-size:16px;}
.xwzx-content li span{font-weight:normal;float:right;font-size:14px;color:#666;}
.xwzx-content li p{font-size:14px;height:110px;margin:10px 0 18px 0;line-height:24px;text-indent:2em;}
.xwzx-content li a{padding:6px 8px;background:#c80000;color:#fff;float;right;margin-left:680px;font-weight:bold;}
/*新闻中心详细*/
.main-xwzx7{height:100%;}
.xwzx-detail{width:1020px;float:right;}
.xwzx-bt2{height:42px;background:#c80000;color:#fff;font-size:16px;padding-left:10px;line-height:42px;}
.xwzx-bt2 a{color:#fff;}
.xwzx-bt2 a:hover{text-decoration:underline;}
.xwzx-content2{width:1016px;border:2px solid #c80000;padding-bottom:10px;}
.xwzx-bt3{width:1016px;height:74px;margin:10px auto 0;text-align:center;border-bottom:2px #C80000 dashed;}
.xwzx-bt3 h2{letter-spacing:1.2px;}
.xwzx-bt3 div{font-size:13px;margin-top:4px;}
.xwzx-bt3 .fbsj{margin:0 30px;}
.cptj-z{width:960px;margin:10px auto;padding:10px 20px;}
.fanye{width:90%;height:30px;margin:0 auto;line-height:30px;font-size:14px;padding:0 16px;background:#eee;}
.fanye p{float:left;}
.fanye p:nth-child(2){float:right;}
.fanye a:hover{color:#c80000;text-decoration:underline;}
.cptj6{width:1020px;height:250px;margin-top:10px;}
.cptj6 h5{height:40px;background:#c80000;color:#fff;line-height:40px;padding-left:14px;}
.cptj6 ul{border:2px solid #c80000;height:196px;padding-left:3px;padding-top:12px;}
.cptj6 li{width:160px;height:190px;float:left;margin:0 4px;}
.cptj6 img{width:160px;height:160px;}
.cptj6 p{text-align:center;font-size:14px;margin-top:-2px;}
.cptj6 li:hover p{color:#c80000;text-decoration:underline;}


/*合作案例*/
.main-schj3{width:1300px;height:auto;}
.schj-sidebar{margin:0;float:left;}
.gywz3{width:250px;overflow:hidden;}
.gywz3 ul{width:238px;margin-left:0;padding-top:10px;padding-left:8px;}
.gywz3 li{width:230px;height:30px;margin-bottom:8px;border-bottom:1px dashed #ccc;}
.gywz3 a{font-size:16px;line-height:30px;}
.gywz3 a:hover{color:#c80000;font-weight:bold;}
.shcj{width:1020px;float:right;}
.shcj-content{width:1016px;border:2px solid #c80000;}
.shcj-content ul{margin-top:10px;}
.shcj-content li{float:left;margin:0 12px;margin-bottom:12px;}
.shcj-content a{font-size:14px;}
.shcj-content p{text-align:center;margin-top:-8px;}
.shcj-content img{width:230px;height:230px;}
.shcj-content a:hover p{color:#c80000;}

/*客户见证*/
.khjz{height:770px;}
.khjz-content3{height:658px;}

.clear{clear: both;}

/*关于万洲*/
.gywz9{height:100%;}
.gywz4{width:1016px;height:100%;border:2px solid #c80000;border-top:none;text-align:center;}
.gywz4 h3{color:#c80000;}
.gywz4 h3 p{font-weight:normal;color:#666;font-size:14px;}
.gywz4&gt;div{margin-bottom:10px;}
.gywz4&gt;div&gt;p{padding:6px 20px 20px;font-size:16px;border-bottom:1px dashed #c80000;}
.gywz-content1{padding-top:14px;}


/*联系我们*/
.lxwm7{height:100%;}
.lxwm8{width:1016px;height:100%;border:2px solid #c80000;border-top:none;padding-bottom:20px;}
.lxwm8 h3{color:#c80000;width:100%;font-size:28px;padding:20px;border-bottom:2px dashed #c80000;}
.lxwm8 h3 span{font-weight:normal;font-size:20px;margin:0;}
.lxwm8&gt;p{font-weight:bold;font-size:17px;padding:10px 60px;text-indent:2em;color:#c80000;}
.lxwm-content4{width:980px;margin:40px auto;text-align: left;height: 480px;}
.lxwm-z1{width:460px;float:left;font-size:18px;}
.lxwm-z1 dl{height:70px;background:#fff;margin-bottom:21px;}

.lxwm-z1 dd{line-height:36px;color:#333;}
.lxwm-z1 .dizhi{line-height:26px;padding-top:10px;}
.lxwm-z2{float:right;}
.lxwm-z2{float:right;}


.ditu{margin-top:14px;text-align:center;}
.ditu img{width:500px;height:300px;}

.hjfw_img{width: 301px;height:241px;line-height: 241px;font-size: 0;border: 1px solid #f20000;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;overflow: hidden;}
.hjfw-content3 p{line-height: 40px;}
.hjfw-content3 li{margin-right: 20px;}
.hzhb_img{width: 267px;height: 91px;text-align: center;line-height: 91px;margin-bottom: 20px;}
.hzhb_img img{max-width: 267px;max-height: 91px;}

.gcal_img{width: 370px;height: 370px;text-align: center;line-height: 370px;position: absolute;}
.gcal_img img{max-width: 100%;max-height: 100%;vertical-align: middle;  }

.xwph li p{overflow: hidden;width: 180px;height: 20px;}


/*产品详情*/
.cpxq-content{width:1020px;padding-bottom:8px;}
.cpxq-top{width:1000px;height:466px;margin:8px auto;}
.cpxq-top1{width:492px;height:466px;text-align:center;overflow:hidden;float:left;}
.cpxq-top1 .big_img{height:340px;padding:4px;border:1px solid #ccc;}
.cpxq-top1 .big_img img{max-width: 100%;max-height: 100%;}
.cpxq-top1 ul{width:500px;height:156px;position:relative;}
.cpxq-top1 li{float:left;width:87px;height:87px;margin:4px 6px 0 0;cursor:pointer;padding:2px;border:1px solid #ccc;}
.cpxq-top1 li:hover{border-color:#c80000;}
.cpxq-top1 li:last-child{margin-right: 0;}
.cpxq-top1 li img{width:87px;height:87px;}
.cpxq-top1 button{width:34px;height:34px;position:absolute;top:50%;margin-top:-40px;cursor:pointer;display: none;}
.cpxq-an1{background:url(../images/cpxq-an1.png);left:2px;}
.cpxq-an2{background:url(../images/cpxq-an2.png);right:39px;}
button{border:none;}

.cpxq-top2{width:500px;height:470px;float:right;/*margin-top:-58px;*/}
.cpxq-top2 h2{/*height:44px;line-height:44px;*/border-bottom:1px dashed #f00;width:480px;/*padding-left:2px;*/}
.cpxq-top2 ul{font-size:16px;margin-top:6px;padding-left:4px;}
.cpxq-top2 li{line-height:28px;color:#666;}
.cpxq-top2 div{width:390px/*400px*/;height:130px/*165px*//*141px*/;background:#dedede;margin-top:10px;padding-left:20px;}
.cpxq-top2 h3{font-size:18px;padding-top:14px;margin-bottom:20px;}
.cpxq-top2 span{color:#c80000;font-size:32px;font-weight:normal;}
.cpxq-top2 a{font-weight:bold;font-size:22px;padding:8px 22px;background:#c80000;color:#fff;}

.xgcp{width:1000px;height:284px;margin:0 auto;border:1px solid #c80000;}
.xgcp h5{font-weight:normal;color:#c80000;height:32px;border-bottom:1px solid #c80000;line-height:32px;padding-left:20px;background:#eee;}
.xgcp ul{margin-top:9px;}
.xgcp a{width:182px;height:208px;float:left;margin:0 5px;border:2px solid #ccc;}
.xgcp a:hover{border-color:#c80000;}
.xgcp img{width:180px;height:180px;}
.xgcp p{text-align:center;margin-top:-4px;overflow: hidden;height: 26px;font-size: 12px;line-height: 26px;}
.cpxq-content .xgcp li a{margin:0 5px !important}

.cpxq-bottom{width:1000px;height:100%;margin:14px auto 0;overflow:hidden;border-bottom:2px dashed #c80000;}
.cpxq-bottom h2{font-size:16px;height:32px;line-height:32px;border-bottom:1px solid #c80000;}
.cpxq-bottom h2 span{padding:4px 18px;padding-bottom:6px;background:#fff;border:1px solid #c80000;border-bottom:none;}
/*.cpxq-bottom div{height:700px;}*/

.cpxq-lxwm{width:800px;height:410px;margin:20px auto 0;}
.cpxq-lxwm h4{color:#c80000;padding-left:3px;line-height:26px;margin-bottom:20px;}
.cpxq-lxwm h4 p{letter-spacing:1.2px;}
.cpxq-lxwm2{width:800px;height:290px;margin:0 auto;position:relative;}
.cpxq-lxwm2 h5{font-size:20px;width:200px;line-height:80px;}
.cpxq-lxwm2 h5 p{}
.cpxq-lxwm2 ul{}
.cpxq-lxwm2 li{font-size:16px;line-height:34px;}
.cpxq-lxwm2 span{font-size:22px;font-weight:bold;color:#c80000;}
.cpxq-lxwm3 img{position:absolute;right:40;top:14px;}
.cpxq-lxwm4{z-index:8;top:8px;right:230px;}
.cpxq-lxwm5{z-index:4;right:40px;}

.cpxq-fgx{width:1000px;margin:0 auto;border-bottom:2px dashed #c80000;}

.cpxq-zxly{width:800px;margin:20px auto 0;}
.cpxq-zxly h4{font-weight:normal;padding:20px;font-size:24px;}
.cpxq-zxly ul{width:400px;height:200px;float:left;}
.cpxq-zxly li{width:380px;height:40px;margin-bottom:8px;border:1px solid #333;}
.cpxq-zxly label{width:74px;height:40px;line-height:40px;display:block;float:left;font-size:15px;text-align:center;color:#666;border-right:1px solid #333;}
.cpxq-zxly li input{width:296px;height:40px;border:none;padding:0 4px;font-size:16px;}
#cpxq-yzm{width:340px;float:left;}
#cpxq-yzm input{width:166px;border-right:1px solid #333;}
#cpxq-yzm img{float:right;cursor:pointer;}
.zxly1{width:380px;padding-bottom:64px;float:right;resize:none}
.zxly2{background:#c80000;color:#fff;padding:10px 46px;cursor:pointer;margin-left:90px;}

.cpzs_img{width: 230px;height: 230px;line-height: 230px;}
.cpzs_img img{max-height: 100%;max-width: 100%;}

/*下拉*/
.nav-x{position:absolute;width:128px;display: none;box-shadow: 0 0 2px rgba(0,0,0,0.3);
    background:#fff;z-index:999;top:30px;border-top:2px solid #c80000;padding-left:2px;}
.nav-x li{height:40px;text-align:center;}
.nav-x a{width:119px;height:40px;border-bottom:1px dashed #c80000;display:block;padding:0;line-height:40px;color:#c80000;font-size: 12px;}

.nav li:hover .nav-x{display: block;}
.cpzx_img img,.khwz_img img,.hjfw_img img{max-width: 100%;max-height: 100%;}
.khwz_img{float: left;width: 230px;}


.cpxq-jscs-content table {
    width: 100%;
    margin:10px 0;
    border-color: #333;
}

.cpxq-jscs-content table td,
.cpxq-jscs-content table th {
    border: 1px solid #333!important;
    font-size: 16px!important;
    color: #666!important;
    padding: 10px 20px;
}


.cpxq-jscs-content .item3 .firstRow td {
    font-weight: 400!important;
    background: #f5f5f5!important;
}

.product-spec .spec-cont .firstRow th {
    font-weight: 400;
}

.cpxq-jscs-content table {
    width: 600px !important;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}

.cpxq-jscs-content table td,
.cpxq-jscs-content table th {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

</pre></body></html>